<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-yd-box {
    display: none;
}

#yd-nav {
    display: none;
}

#yd-nav-box {
    display: none;
}

#right-nav {
    display: none;
}

#banner3 {
    display: none;
}


@media screen and (min-width: 320px) and (max-width: 991px) {
    #banner3 {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    #banner3 .swiper-wrapper {
        width: 100%;
    }

    #banner3 .swiper-wrapper .swiper-slide {
        width: 50%;
    }

    #banner3 .swiper-wrapper .swiper-slide .list-item {
        width: 100% !important;
    }

    #banner3 .swiper-button-prev {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        z-index: 99;
        cursor: pointer;
    }

    #banner3 .swiper-button-next {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        z-index: 99;
        cursor: pointer;
    }

    #banner2 {
        display: none;
    }


    #prevAndnext .next {
        display: flex;
    }

    #prevAndnext {
        margin-top: 30px;
    }

    #prevAndnext .prev {
        display: flex;
    }

    #yd-nav-box {
        display: block;
    }

    #yd-nav-box .box-content {
        box-sizing: border-box;
        padding: 20px 0 10px;
        display: flex;
        justify-content: flex-end;
    }

    #yd-nav-box .box-content .button {
        width: 40px;
        height: 40px;
        background-color: #A45A2A;
        box-sizing: border-box;
        padding: 10px;
    }

    #yd-nav-box .box-content .button img {
        width: 100%;
        height: 100%;
    }

    #yd-nav-box .box-content .text {
        line-height: 40px;
        box-sizing: border-box;
        flex: 1;
        padding: 0 15px;
        text-align: right;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
    }

    /* �割唱箴ц捷�� */
    #right-nav {
        width: 100%;
        height: 100vh;
        /* overflow-y: auto; */
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        display: flex;
        overflow: hidden;
    }

    #right-nav .left-but {
        width: 80px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: relative;
    }

    #right-nav .left-but .but-icon {
        width: 36px;
        height: 40px;
        position: absolute;
        background: url(../image/right02.png) no-repeat center center;
        background-size: 36px 40px;
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
    }

    #right-nav .right-con {
        width: calc(100% - 80px);
        height: 100%;
        background: #fff;
    }

    #right-nav .right-con .con-title {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #333333;
        background: rgba(240, 240, 240);
    }

    #right-nav .right-con .con-ul {
        width: 100%;
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    #right-nav .right-con .con-ul li {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        border-top: 1px solid #cdd5d5;
    }

    #right-nav .right-con .con-ul li a {
        display: flex;
        line-height: 50px;
        width: 100%;
    }

    #right-nav .right-con .con-ul li a .li-left {
        width: calc(100% - 99px);
        height: 100%;
        background: rgba(181, 39, 31, 0.1);
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }

    #right-nav .right-con .con-ul li a .li-left i {
        font-style: normal;
        display: block;
    }

    #right-nav .right-con .con-ul li a .li-left i.i1 {
        width: 28px;
        height: 31px;
        font-size: 16px;
        font-weight: bold;
        color: #323232;
        line-height: 31px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #right-nav .right-con .con-ul li a .li-left i.i2 {
        width: calc(100% - 28px);
        box-sizing: border-box;
        font-size: 16px;
        color: #323232;
        line-height: 50px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #right-nav .right-con .con-ul li a .li-left i.i1 .shang-icon {
        display: none;
    }

    #right-nav .right-con .con-ul li a .active .shang-icon {
        display: block !important;
    }

    #right-nav .right-con .con-ul li a .active .xia-icon {
        display: none;
    }

    #right-nav .right-con .con-ul li a .li-right {
        width: 99px;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #right-nav .right-con .con-ul li a .li-right .i3 {
        display: block;
        font-style: normal;
        width: 24px;
        height: 24px;
        background: url(../image/zf.png) no-repeat center center;
        background-size: 24px 24px;
    }

    #right-nav .right-con .con-ul .con-two-ul {
        box-sizing: border-box;
        padding: 0 20px;
        background: rgba(181, 39, 31, 0.1);
        display: block;
    }

    #right-nav .right-con .con-ul .con-two-ul li:first-child {
        border-top: 0;
    }

    #right-nav .right-con .con-ul .con-two-ul li {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #right-nav .right-con .con-ul .con-two-ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #323232;
        line-height: 40px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #right-nav .right-con .con-ul .con-two-ul .li-one-act a {
        color: #A45A2A;
    }

    #right-nav .right-con .con-ul .li-one-act a .li-left i.i2 {
        color: #A45A2A;
    }

    #content .con-right .right-content .content-item:first-child {
        padding-top: 0;
    }

    #header-pc-box {
        display: none;
    }

    #header-yd-box {
        display: block;
        height: 50px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 15px;
    }

    #header-yd-box .yd-header-logo {
        max-width: 170px;
        display: block;
    }

    #header-yd-box .yd-header-logo img {
        width: 100%;
        height: 100%;
    }

    #header-yd-box .yd-header-menu {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #header-yd-box .yd-header-menu span {
        width: 20px;
        height: 2px;
        background: #A45A2A;
        margin: 2px 0;
        display: block;
    }

    .active span:nth-child(1) {
        transform: translateY(3px) rotate(45deg)
    }

    .active span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg)
    }

    #yd-nav {
        width: 100%;
        height: calc(100% - 50px);
        position: fixed;
        top: 50px;
        left: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    #yd-nav .nav-ul {
        width: 100%;
        overflow-y: auto;
        height: calc(100vh - 50px);
    }

    #yd-nav .nav-ul .yjli {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding: 0 15px;
    }

    #yd-nav .nav-ul .yjli span {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #yd-nav .nav-ul .yjli a {
        float: left;
        width: 60%;
        color: #333333;
        font-size: 16px;
        line-height: 50px;
    }

    #yd-nav .nav-ul .yjli-act a {
        color: #A45A2A;
    }

    #yd-nav .nav-ul .ejli-act a {
        color: #A45A2A;
    }

    #yd-nav .nav-ul .yjli i {
        width: 40%;
        font-style: normal;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    #yd-nav .nav-ul .yjli i img {
        display: inline-block;
    }

    #yd-nav .nav-ul .yjli i .shang-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .xia-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .shang-icon {
        display: block;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        display: none;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli {
        border-bottom: 1px solid #e7e7e7;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli:last-child {
        border-bottom: transparent;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli a {
        width: 100%;
        color: #1f1f1f;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        float: none;
        box-sizing: border-box;
    }

    #yd-nav .nav-ul .tel-box {
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
        padding-top: 0;
    }

    #yd-nav .nav-ul .last-li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    #yd-nav .nav-ul .last-li span {
        width: 0;
        height: 12px;
        border: 1px solid #e7e7e7;
        margin: 0 10px;
    }

    #yd-nav .nav-ul .last-li a {
        font-size: 14px;
        line-height: 40px;
        display: block;
        color: #333;
        box-sizing: border-box;
        padding: 0 20px;
    }

    #index-swiper {
        height: 150px;
        margin-top: 50px;
    }

    #banner1 .swiper-wrapper .swiper-slide {
        height: 150px;
    }

    #banner1 .swiper-wrapper .swiper-slide img {
        width: 100%;
        object-fit: cover;
    }

    #index-about-box {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #index-about-box .box-content {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    #index-about-box .box-content .content-left {
        padding-right: 0;
        width: 100%;
    }

    #index-about-box .box-content .content-right {
        width: 100%;
        height: 200px;
        margin-top: 30px;
    }

    #index-title-box .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 6px;
        color: #A45A2A;
    }

    #index-title-box .eng-title {
        font-size: 16px;
        line-height: 18px;
        color: #e1e1e1;
    }

    #index-title-box .more {
        color: #333;
        font-size: 14px;
        line-height: 20px;
        background: url(../image/right-icon3.png) no-repeat right center;
        background-size: 14px 14px;
    }

    #index-about-box .box-content .content-left .left-art {
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px;
        height: 72px;
    }

    #index-about-box .box-content .content-left .left-art p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #index-about-box .box-content .content-left .left-art p span {
        font-size: 16px !important;
        line-height: 24px !important;
    }


    #index-about-box .box-content .content-left .left-but {
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 104px;
        height: 34px;
        background: #A45A2A;
        opacity: 1;
        border-radius: 21px;
        box-sizing: border-box;
        padding: 0 12px;
        margin: 24px auto 0;
    }

    #index-about-box .box-content .content-left .left-item-box {
        margin-top: 30px;
    }

    #index-about-box .box-content .content-left .left-item-box .item {
        width: calc(100% / 3);
    }

    #index-about-box .box-content .content-left .left-item-box .item:nth-child(2) {
        margin: 0;
    }

    #index-about-box .box-content .content-left .left-item-box .item .item-top .money {
        font-size: 28px;
        line-height: 28px;
    }

    #index-about-box .box-content .content-left .left-item-box .item .item-top .text {
        font-size: 14px;
        line-height: 16px;
        margin-left: 4px;
    }

    #index-about-box .box-content .content-left .left-item-box .item .item-bot {
        margin-top: 6px;
        font-size: 14px;
        line-height: 16px;
    }

    #index-product-box {
        box-sizing: border-box;
        padding: 0 15px;
    }

    #index-product-box .box-content {
        width: 100%;
        padding: 0;
    }

    #index-product-box {
        background: none;
    }

    #index-product-box .box-content .content-list {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index-product-box .box-content .content-list .list-item {
        width: calc((100% - 15px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
        height: 200px;
    }

    #index-product-box .box-content .content-list .list-item .block-box {
        padding: 30px 15px;
    }

    #index-product-box .box-content .content-list .list-item .block-box .title {
        font-size: 16px;
        line-height: 20px;
    }

    #index-product-box .box-content .content-list .list-item .block-box .eng-title {
        font-size: 14px;
        line-height: 20px;
    }

    #index-cooperation-box {
        box-sizing: border-box;
        padding: 0 15px;
        /* background: none; */
        background-size: auto 100%;
    }

    #index-cooperation-box .box-content {
        box-sizing: border-box;
        padding: 15px 0 30px;
        width: 100%;
        flex-wrap: wrap;
    }

    #index-cooperation-box .box-content .content-left {
        padding-right: 0;
        width: 100%;
    }

    #index-cooperation-box .box-content .content-left .left-art {
        color: #333;
        font-size: 16px;
        line-height: 24px;
        margin-top: 26px;
        height: 72px;
    }

    #index-cooperation-box .box-content .content-left .left-but {
        margin: 24px auto 0;
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 104px;
        height: 34px;
        background: #A45A2A;
        opacity: 1;
        border-radius: 21px;
        box-sizing: border-box;
        padding: 0 12px;
        border: 1px solid #A45A2A;
    }

    #index-about-box .box-content .content-left .left-but img {
        width: 14px;
        height: 14px;
    }

    #index-cooperation-box .box-content .content-left .left-but img {
        width: 14px;
        height: 14px;
    }

    #index-cooperation-box .box-content .content-right {
        width: 100%;
        box-sizing: border-box;
        padding-top: 20px;
        /* justify-content: space-between; */
    }

    #index-cooperation-box .box-content .content-right .item {
        width: calc((100% - 30px) / 3);
        margin-bottom: 15px;
        margin-right: 15px;
        /* background: #A45A2A; */
        /* height: 80px; */
        /* height: auto; */
        /* max-height: 90px; */
        height: 80px;
        box-sizing: border-box;
        padding: 10px;
    }

    #index-cooperation-box .box-content .content-right .item:hover {
        background: #A45A2A;
    }


    #index-news-box {
        box-sizing: border-box;
        padding: 15px 15px 0;
    }

    #index-news-box .box-content {
        width: 100%;
        padding: 0 0 30px;
    }

    #index-title-box .more1 {
        font-size: 14px;
        line-height: 20px;
        background-size: 14px 14px;
    }

    #index-news-box .box-content .content-list .list-item {
        margin-top: 30px;
    }

    #index-news-box .box-content .content-list .list-item .item-img {
        width: 40%;
    }

    #index-news-box .box-content .content-list .list-item .item-art {
        padding: 0;
        padding-left: 15px;
        width: 60%;
        box-sizing: border-box;
    }

    #index-news-box .box-content .content-list .list-item .item-art .art-title {
        font-size: 16px;
        line-height: 20px;
    }

    #index-news-box .box-content .content-list .list-item .item-art .time {
        font-size: 14px;
        line-height: 14px;
        margin-top: 6px;
    }

    #index-news-box .box-content .content-list .list-item .item-art .art {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    #index-news-box .box-content .content-list .list-item .item-art .more {
        margin-top: 10px;
    }

    #index-news-box .box-content .content-list .list-item .item-art .more .text {
        font-size: 12px;
        line-height: 14px;
    }

    #index-news-box .box-content .content-list .list-item .item-art .more img {
        width: 14px;
        height: 14px;
    }

    #index-news-box .box-content .content-list .list-item .item-img {
        height: auto;
        max-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #index-news-box .box-content .content-list .list-item .item-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #footer-pc-box .box-content {
        width: 100%;
    }

    #footer-pc-box .box-content .content-top {
        padding: 30px 0 0;
        height: auto;
        flex-wrap: wrap;
    }

    #footer-pc-box .box-content .content-top .top-left {
        width: 100%;
        padding-top: 0;
        flex-direction: column;
        align-items: center;
    }

    #footer-pc-box .box-content .top-code {
        width: 100%;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center {
        width: 100%;
        margin: 0;
        padding-top: 15px;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center .line {
        display: none;
    }

    #footer-pc-box .box-content .content-top .top-logo {
        width: 80px;
        height: 80px;
    }

    #footer-pc-box {
        height: auto;
        background-size: 100% 100%;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center .center-item .item-top {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center .center-item .item-bot {
        font-size: 14px;
        line-height: 20px;
        max-width: 300px;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center .center-item {
        margin-top: 15px;
        width: 100%;
    }

    #footer-pc-box .box-content .top-code {
        justify-content: space-around;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    #footer-pc-box .box-content .content-bot {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    #footer-pc-box .box-content .content-bot span {
        margin-left: 0;
    }

    #banner-pc-box {
        height: 100px;
        margin-top: 50px;
    }

    #banner-pc-box .box-content {
        display: none;
    }

    #content {
        width: 100%;
        flex: 1;
        box-sizing: border-box;
        padding: 30px 15px;
    }

    #content .con-left {
        display: none;
    }

    #content .con-right {
        width: 100%;
        padding: 0;
    }

    #details-join .name {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    #details-join .join-box {
        margin-top: 15px;
    }

    #details-join .join-box .item {
        padding: 10px 0;
    }

    #details-shop .title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    #shop-swiper {
        margin-top: 30px;
        height: 300px;
    }

    #ban_pic1 {
        height: 300px;
        width: 200px;
    }

    #demo1 .min_pic {
        width: calc(100% - 215px);
    }

    #ban_pic1 ul li {
        width: 200px;
        height: 300px;
    }

    #ban_num1 ul li {
        margin-top: 15px;
        height: 90px !important;
    }

    #details-shop .art-box {
        margin-top: 30px;
    }

    #details-shop .art-box .item {
        padding: 15px;
        margin-top: 15px;
    }

    #message-but {
        width: 100%;
        margin: 30px auto 0;
    }

    #details-shop .line {
        margin-top: 30px;
    }

    #relation-box {
        margin-top: 26px;
    }

    #relation-box .text {
        font-size: 16px;
        line-height: 24px;
    }

    #relation-box .box-content {
        margin-top: 26px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #relation-box .box-content .item {
        width: calc((100% - 15px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
        height: 165px;
    }

    #frame {
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        border-radius: 0;
    }

    #details-box1 .title {
        font-size: 16px;
        line-height: 24px;
    }

    #details-box1 .jj {
        margin-top: 23px;
    }

    #details-box1 .art {
        margin-top: 30px;
    }

    #details-join .join-box .item .text {
        font-size: 14px;
        line-height: 18px;
    }

    #details-join .join-box .item .con {
        font-size: 14px;
        line-height: 18px;
    }

    #details-box1 .jj&gt;div {
        font-size: 14px;
        line-height: 14px;
    }

    #content .con-right .right-top {
        display: none;
    }

    #list-business {
        padding: 30px 0 0;
    }

    #list-business .business-ul1 li {
        width: calc((100% - 15px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
        min-width: auto;
    }

    #list-business .business-ul1 {
        justify-content: space-between;
    }

    #list-business .business-ul1 li .img {
        width: 150px;
        height: 150px;
    }

    #list-business .business-ul1 li .img img {
        width: 150px;
        height: 150px;
    }

    #list-business .business-ul1 li .name {
        font-size: 16px;
        line-height: 24px;
        margin-top: 11px;
    }

    #list-business .business-ul1 li .art {
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }

    #list-business .text {
        padding: 15px;
        margin-top: 0;
        line-height: 24px;
        font-size: 16px;
    }

    #list-business .business-ul2 {
        padding-top: 0;
    }

    #list-business .business-ul2 li {
        margin-top: 15px;
    }

    #list-business .business-ul2 li .name {
        font-size: 16px;
        line-height: 24px;
    }

    #list-business .business-ul2 li .art {
        font-size: 14px;
        line-height: 22px;
        margin-top: 6px;
    }

    #list-one {
        padding-top: 0;
    }

    #list-one .one-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #list-one .one-ul li a .img {
        height: 300px;
    }

    #list-one .one-ul li a .img img {
        /* width: 100%;
        height: 100%;
        object-fit: cover; */
        max-height: 260px;
    }

    #list-one .one-ul li a .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    #list-six {
        padding-top: 0;
    }

    #list-six .six-ul li {
        margin-top: 15px;
    }

    #list-six .six-ul li a {
        height: auto;
        flex-direction: column;
    }

    #list-six .six-ul li a .item-img {
        width: 100%;
        height: 150px;
    }

    #list-six .six-ul li a .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #list-six .six-ul li a .item-art {
        padding: 15px 0;
    }

    #list-six .six-ul li a .item-art .time {
        font-size: 14px;
        line-height: 22px;
    }

    #list-six .six-ul li a .item-art .name {
        font-size: 16px;
        margin-top: 10px;
        line-height: 24px;
    }

    #list-six .six-ul li a .item-art .art {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    #list-six .six-ul li a .item-art .download {
        margin-top: 20px;
        width: 140px;
        height: 40px;
        border: 1px solid #E5E5E5;
        opacity: 1;
        border-radius: 6px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px 0 15px;
    }

    #list-six .six-ul li a .item-art .download .text {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 14px;
        color: #333333;
        opacity: 1;
    }

    #list-six .six-ul li a .item-art .download img {
        width: 16px;
        height: 16px;
    }

    #list-four {
        padding-top: 0;
    }

    #list-four .four-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #list-four .four-ul li a {
        padding: 15px 0;
    }

    #list-four .four-ul li a .text {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #A45A2A;
        opacity: 1;
        margin-top: 15px;
    }

    #list-five {
        padding-top: 0;
    }

    #list-five .five-ul li {
        margin-top: 15px;
    }

    #list-five .five-ul li a {
        height: auto;
        flex-direction: column;
    }

    #list-five .five-ul li a .item-left {
        width: 100%;
        height: 150px;
    }

    #list-five .five-ul li a .item-right {
        width: 100%;
        padding: 15px 0;
    }

    #list-five .five-ul li a .item-right .time {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #999999;
        opacity: 1;
    }

    #list-five .five-ul li a .item-right .name {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        opacity: 1;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #list-five .five-ul li a .item-right .art {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
        opacity: 1;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #list-five .five-ul li a .item-right .more {
        margin-top: 20px;
        width: 140px;
        height: 40px;
        border: 1px solid #E5E5E5;
        opacity: 1;
        border-radius: 6px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px 0 15px;
    }

    #list-five .five-ul li a .item-right .more .text {
        font-size: 14px;
        line-height: 14px;
    }

    #list-five .five-ul li a .item-right .more img {
        width: 16px;
        height: 16px;
    }

    #list-oem {
        padding-top: 0;
    }

    #list-oem .oem-ul li .text {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
        opacity: 1;
        max-width: 110px;
        margin-top: 14px;
    }

    #list-oem .oem-ul li:nth-child(2n) {
        margin: 0 10px;
    }

    #list-path {
        padding-top: 0px;
    }

    #list-path .path-ul li .li-left-line {
        width: 15px;
    }

    #list-path .path-ul li .li-left-qq {
        width: 15px;
    }

    #list-path .path-ul li .li-left-line .line {
        width: 3px;
    }

    #list-path .path-ul li .li-left {
        width: calc((100% - 31px) / 2);
        height: 100px;
    }

    #list-path .path-ul li .li-right {
        width: calc((100% - 31px) / 2);
    }

    #list-path .path-ul li .li-right .time {
        font-size: 18px;
        line-height: 18px;
    }

    #list-path .path-ul li .li-right .art {
        font-size: 16px;
        line-height: 24px;
    }

    #list-two {
        padding-top: 0;
    }

    #list-two .two-ul li {
        margin-top: 15px;
    }

    #list-two .two-ul li a .item {
        height: auto;
        flex-direction: column;
    }

    #list-two .two-ul li a .item .img {
        width: 100%;
        height: 150px;
    }

    #list-two .two-ul li a .item .item-art {
        width: 100%;
        padding: 15px 0;
    }

    #list-two .two-ul li a .item .item-art .name {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        opacity: 1;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #list-two .two-ul li a .item .item-art .art {
        margin-top: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #333333;
        opacity: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #list-two .two-ul li a .item .item-art .more {
        margin-top: 10px;
        width: 130px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        opacity: 1;
        border-radius: 8px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 38px;
        color: #333333;
        opacity: 1;
        text-align: center;
        box-sizing: border-box;
    }

    #content .con-right .right-content .content-item {
        padding: 30px 0;
    }

    #content .con-right .right-content .content-item .item-title {
        font-size: 16px;
        line-height: 24px;
    }

    #content .con-right .right-content .content-item .item-art {
        margin-top: 30px;
    }

    #list-three .three-ul li {
        padding: 15px 0;
        height: auto;
    }

    #list-three .three-ul li a .item-top {
        flex-wrap: wrap;
        width: 100%;
    }

    #list-three .three-ul li a .item-top .name {
        width: 100%;
        font-size: 16px;
    }

    #list-three .three-ul li a .item-top .money {
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    #list-three .three-ul li a .item-bot {
        flex-wrap: wrap;
        margin-top: 0;
    }

    #list-three .three-ul li a .item-bot .bot-left {
        width: 100%;
    }

    #list-three .three-ul li a .item-bot .bot-right {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    #list-three .three-ul li a .item-bot .bot-left span {
        font-size: 14px;
    }

    #list-three {
        padding: 0;
    }

    #product-details {
        padding-top: 0;
    }

}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #product-details .item {
        flex-wrap: wrap;
    }

    #product-details .item .img-box {
        width: 100%;
    }

    #product-details .item .img-box .img1 {
        width: 100%;
        display: none;
    }

    #product-details .item .img-box .img2 {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    #product-details .item .art-box {
        padding: 30px 0 0;
    }

    #product-details .item .art-box .title {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #333333;
        opacity: 1;
    }

    #product-details .item .art {
        padding: 0;
    }

    #product-details .item .art-box .art {
        font-size: 16px !important;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
        opacity: 1;
        margin-top: 15px;
    }

    #product-details .item .art-box .art p {
        font-size: 16px !important;
    }

    #product-details .item .art-box .art p span {
        font-size: 16px !important;
    }

    #product-details .item {
        margin-top: 30px;
    }

    #product-details .item:nth-child(2n) .art-box {
        padding-right: 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 991px) {
    #header-pc-box {
        display: none;
    }

    #header-yd-box {
        display: block;
        height: 50px;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 15px;
    }

    #header-yd-box .yd-header-logo {
        max-width: 170px;
        display: block;
    }

    #header-yd-box .yd-header-logo img {
        width: 100%;
        height: 100%;
    }

    #header-yd-box .yd-header-menu {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #header-yd-box .yd-header-menu span {
        width: 20px;
        height: 2px;
        background: #A45A2A;
        margin: 2px 0;
        display: block;
    }

    .active span:nth-child(1) {
        transform: translateY(3px) rotate(45deg)
    }

    .active span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg)
    }

    #yd-nav {
        width: 100%;
        height: calc(100% - 50px);
        position: fixed;
        top: 50px;
        left: 0;
        background: #fff;
        z-index: 100;
        display: none;
    }

    #yd-nav .nav-ul {
        width: 100%;
        overflow-y: auto;
        height: calc(100vh - 50px);
    }

    #yd-nav .nav-ul .yjli {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
        padding: 0 15px;
    }

    #yd-nav .nav-ul .yjli span {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #yd-nav .nav-ul .yjli a {
        float: left;
        width: 60%;
        color: #333333;
        font-size: 16px;
        line-height: 50px;
    }

    #yd-nav .nav-ul .yjli-act a {
        color: #A45A2A;
    }

    #yd-nav .nav-ul .ejli-act a {
        color: #A45A2A;
    }

    #yd-nav .nav-ul .yjli i {
        width: 40%;
        font-style: normal;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    #yd-nav .nav-ul .yjli i img {
        display: inline-block;
    }

    #yd-nav .nav-ul .yjli i .shang-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .xia-icon {
        display: none;
    }

    #yd-nav .nav-ul .yjli .active .shang-icon {
        display: block;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        display: none;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli {
        border-bottom: 1px solid #e7e7e7;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli:last-child {
        border-bottom: transparent;
    }

    #yd-nav .nav-ul .yjli .ej-ul-box .ejli a {
        width: 100%;
        color: #1f1f1f;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
        float: none;
        box-sizing: border-box;
    }

    #yd-nav .nav-ul .tel-box {
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
        padding-top: 0;
    }

    #yd-nav .nav-ul .last-li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    #yd-nav .nav-ul .last-li span {
        width: 0;
        height: 12px;
        border: 1px solid #e7e7e7;
        margin: 0 10px;
    }

    #yd-nav .nav-ul .last-li a {
        font-size: 14px;
        line-height: 40px;
        display: block;
        color: #333;
        box-sizing: border-box;
        padding: 0 20px;
    }

    #index-swiper {
        height: 150px;
        margin-top: 50px;
    }

    #ban_pic1 {
        width: 550px;
        height: 420px;
    }

    #ban_pic1 ul li {
        width: 550px;
        height: 420px;
    }

    #shop-swiper {
        height: 420px;
    }

    #demo1 .min_pic {
        width: calc(100% - 565px);
    }

    #ban_num1 ul li {
        height: 130px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #index-about-box .box-content .content-left .left-item-box .item:nth-child(2) {
        margin: 0 60px 0 70px;
    }

    #index-cooperation-box .box-content .content-left {
        padding-right: 50px;
    }

    #index-cooperation-box .box-content .content-right {
        width: 60%;
    }

    #index-cooperation-box .box-content .content-right .item {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #header-pc-box {
        padding: 0 20px;
    }

    #header-pc-box .box-content .con-logo {
        max-width: 140px;
        height: auto;
    }

    #header-pc-box .box-content .con-nav {
        padding: 0 10px;
        flex: 1;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .one-li-a {
        width: 90px;
        font-size: 16px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li:nth-child(5) .two-box {
        left: auto;
        right: -160px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li:nth-child(6) .two-box {
        left: auto;
        right: -80px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li:nth-child(7) .two-box {
        left: auto;
        right: -30px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li:nth-child(8) .two-box {
        left: auto;
        right: -20px;
    }

    #ban_pic1 {
        width: 380px;
    }

    #ban_pic1 ul li {
        width: 380px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1420px) {
    #ban_pic1 {
        width: 600px;
    }

    #ban_pic1 ul li {
        width: 600px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1260px) {
    #header-pc-box .box-content .con-nav {
        padding: 0 6px !important;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .two-box {
        left: -380px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
    #header-pc-box .box-content .con-nav {
        padding: 0 90px 0 150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
    #header-pc-box {
        padding: 0 30px;
    }

    #header-pc-box .box-content .con-nav {
        padding: 0 60px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .two-box {
        padding: 21px;
        width: 568px;
        left: -320px;
    }

    #center-ul {
        width: 300px;
    }

    #center-ul .two-li {
        padding: 4px 10px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .two-box .box-right {
        margin-left: 15px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .two-box .box-right {
        width: 120px;
    }

    #header-pc-box .box-content .con-nav .nav-one-ul .one-li .two-box .box-right img {
        object-fit: cover;
    }

    #index-swiper {
        height: calc(100vh - 98px);
    }

    #banner1 .swiper-wrapper .swiper-slide {
        height: calc(100vh - 98px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1460px) {
    #index-about-box {
        padding: 0 30px;
        box-sizing: border-box;
    }

    #index-about-box .box-content .content-right {
        width: 50%;
    }

    #index-about-box .box-content .content-left {
        width: 50%;
    }

    #index-product-box {
        padding: 0 30px;
        background-size: 100% 100%;
        box-sizing: border-box;
    }

    #index-product-box .box-content {
        width: 100%;
    }

    #index-cooperation-box {
        padding: 0 30px;
        background-size: 100% 100%;
        box-sizing: border-box;
    }

    #index-cooperation-box .box-content {
        width: 100%;
    }

    #index-news-box {
        padding: 0 30px;
        background-size: 100%;
        box-sizing: border-box;
    }

    #index-news-box .box-content {
        width: 100%;
    }

    #footer-pc-box {
        box-sizing: border-box;
        padding: 0 30px;
    }

    #footer-pc-box .box-content {
        width: 100%;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center {
        margin: 0 30px;
    }

    #footer-pc-box .box-content .content-top .top-left .left-center .center-item .item-bot {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    #index-about-box .box-content .content-left .left-item-box .item:nth-child(2) {
        margin: 0 60px;
    }

    #index-cooperation-box .box-content .content-left {
        padding-right: 50px;
    }

    #index-cooperation-box .box-content .content-right {
        width: 60%;
    }

    #index-cooperation-box .box-content .content-right .item {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #banner-pc-box .box-content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    #content {
        width: 100%;
        box-sizing: border-box;
        padding: 50px 30px;
    }

    /*#content .con-right {*/
    /*    padding-left: 30px;*/
    /*}*/

    #list-path .path-ul li .li-left {
        width: calc((100% - 121px) / 2);
    }

    #list-path .path-ul li .li-right {
        width: calc((100% - 121px) / 2);
    }

    /* #list-one .one-ul li a .img {
        height: auto;
        max-height: 336px;
    } */
}

@media screen and (min-width: 1431px) {
    #index-about-box {
        padding: 0;
    }

    #index-about-box .box-content {
        width: 1400px;
        margin: 0 auto;
    }
}

/* @media screen and (min-width: 1600px) and (max-width: 1500px) {} */

/* @media screen and (min-width: 1200px) and (max-width: 1860px) {} */

@media screen and (min-width: 992px) and (max-width: 3000px) {
    #header-pc-box .box-content .con-nav .nav-one-ul .one-li:hover .one-li-a {
        background: url(../image/nav-bg.png) no-repeat center center;
        background-size: 100% 35px;
        color: #fff;
    }

    #content .con-left .left-box .li-one:hover .li-one-a {
        background: #A45A2A;
    }

    #content .con-left .left-box .li-one:hover .span1 {
        color: #fff !important;
    }

    #content .con-left .left-box .li-one:hover .span2 img {
        display: block;
    }

    #content .con-left .left-box .li-one:hover .span3 img {
        display: block;
    }

    #list-one .one-ul li:hover a .img {
        border: 1px solid #A45A2A;
    }

    #list-two .two-ul li:hover a .item .item-art .more {
        border: 1px solid #A45A2A;
        background: #A45A2A;
        color: #fff;
    }

    #list-three .three-ul li:hover {
        border: 1px solid #A45A2A;
    }

    #list-three .three-ul li:hover .item-top .name {
        color: #A45A2A;
    }

    #list-three .three-ul li:hover .item-top .money {
        color: #A45A2A;
    }

    #list-four .four-ul li:hover {
        border: 1px solid #A45A2A;
        box-shadow: 0px 0px 15px rgba(164, 90, 42, 0.3);
    }

    #list-five .five-ul li:hover .more {
        background: #A45A2A;
        border: 1px solid #A45A2A;
    }

    #list-five .five-ul li:hover .more .text {
        color: #fff !important;
    }

    #list-five .five-ul li:hover .more .img1 {
        display: none !important;
    }

    #list-five .five-ul li:hover .more .img2 {
        display: block !important;
    }

    #list-six .six-ul li:hover .download {
        background: #A45A2A;
        border: 1px solid #A45A2A;
    }

    #list-six .six-ul li:hover .download .text {
        color: #fff !important;
    }

    #list-six .six-ul li:hover .download .img1 {
        display: none !important;
    }

    #list-six .six-ul li:hover .download .img2 {
        display: block !important;
    }

    #index-cooperation-box .box-content .content-right .item:hover {
        background: #A45A2A;
    }

    #index-news-box .box-content .content-list .list-item:hover .item-art .art-title {
        color: #A45A2A;
    }

    #index-product-box .box-content .content-list .list-item:hover .block-box {
        display: none;
    }

    #index-product-box .box-content .content-list .list-item:hover .none-box {
        display: block;
    }

    #content .con-left .left-box .li-one .two-box p a:hover {
        color: #A45A2A;
    }
}</pre></body></html>